Password Policy
Part of the password policy is the required password format, which can be configured by modifying the corresponding Environment Entries (see Environment Entries - Security).
There are four options to set up the password format:
-
Length of the Password:
password.minimum.enabled: Enable this check.password.minimum.length: Set the required minimum size of a password.
-
Check for Upper and Lowercase:
password.upper.lower.enabled: Enable this check.
-
Check for Special Characters:
password.special.sign.enabled: Enable this check.
-
Check Against a Configured Regular Expression:
password.regex.enable: Enable this check.password.regex.statement: Enter the regex statement as a string.
When creating a runtime user or changing the password of a runtime user, an exception will be thrown if the password does not pass these checks.
note
Please refer to the section on Environment Entries - Security for additional settings, such as password expiration and corresponding notifications.